Skip to content

Removed describe, loc and iloc methods from code_checks.sh #56808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

Deekshita-S
Copy link
Contributor

@Deekshita-S Deekshita-S commented Jan 10, 2024

PR Summary
Checked if validation docstrings passes for :

  • pandas.DataFrame.loc by running >python scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.loc
  • pandas.DataFrame.iloc by running >python scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.iloc
  • pandas.DataFrame.describe by running >python scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.DataFrame.describe

OUTPUT

  1. pandas.DataFrame.describe
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.DataFrame.describe" correct. :)`
  1. pandas.DataFrame.iloc
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.DataFrame.iloc" correct. :)
  1. pandas.DataFrame.iloc
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.DataFrame.loc" correct. :)

PR checklist

@mroeschke mroeschke added the Docs label Jan 10, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jan 10, 2024
@mroeschke mroeschke merged commit 752dede into pandas-dev:main Jan 10, 2024
@mroeschke
Copy link
Member

Thanks @Deekshita-S

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…v#56808)

removed pandas.DataFrame.describe,pandas.DataFrame.loc and pandas.DataFrame.iloc from code_checks.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants